home *** CD-ROM | disk | FTP | other *** search
/ PC PLAY 8 (Swedish) / PC PLAY 8.iso / install / counter.bat < prev    next >
Encoding:
DOS Batch File  |  1997-10-21  |  292 b   |  24 lines

  1. @echo off
  2. cls
  3.  
  4. IF EXIST c:\CountAct\NUL GOTO GO
  5. echo.
  6. echo Installing COUNTERACTION to C:\CountAct...
  7. echo.
  8. PAUSE
  9. cd \Demos\Counter
  10. md C:\CountAct
  11. xcopy *.* C:\CountAct /s
  12. c:
  13. cd \CountAct
  14. Ca_demo
  15. del Ca_demo.exe
  16. c:
  17. cd \CountAct
  18. Install
  19. cls
  20. :GO
  21. c:
  22. cd \CountAct
  23. Start
  24. cls